home *** CD-ROM | disk | FTP | other *** search
/ MacPeople 2001 February 15 / MACPEOPLE-2001-02-15.ISO.7z / MACPEOPLE-2001-02-15.ISO / オンラインウエア / 厳選オンラインウエア100 / その他 / REALbasic 2.1.2日本語版.sit / REALbasic 2.1.2日本曰 / ん文ドキ裔ント / Changes in 2.1.2 < prev    next >
Text File  |  2000-05-05  |  3KB  |  69 lines

  1. Release Notes for REALbasic 2.1.2
  2. May 4, 2000
  3.  
  4. This release contains the following new features:
  5.   ・  (Win32) FolderItem: SaveAsPicture now works for Win32.
  6.      Note: On Win32 saves a bitmap file (or .bmp file) rather than a 'PICT'
  7.      file. Saves in all supported picture depths. Appends '.bmp' to 
  8.      folderItem.name if not already present, truncates file to fit if 
  9.      necessary. QuickTime is NOT REQUIRED.
  10.  
  11.   ・  (Win32) FolderItem: SaveAsJPEG now works for Win32.
  12.      Saves in all supported picture depths. Appends '.jpg' to folderItem.name 
  13.      if '.jpg' or '.jpeg' not already present, truncates file to fit if 
  14.      necessary. QuickTime is REQUIRED.
  15.  
  16.   ・  (Win32) FolderItem: ExportPicture now works for Win32. Saves in all
  17.      supported picture depths. QuickTime is REQUIRED.
  18.  
  19.   ・  (Win32) QuickTime: OpenURLMovie now works for Win32.
  20.  
  21.   ・  (Win32) Picture: NewPicture -- 2bit, and 32bit Device Independant Bitmaps 
  22.      (or DIBs) aren't supported by windows. REALbasic relies on this technology 
  23.      to provide pictures under Win32, consequently 2bit and 32bit pictures are 
  24.      not supported. To make your life easier, requests for these picture types 
  25.      results in the following conversions behind the scenes: 2bit -> 4bit, and 
  26.      32bit -> 24bit.
  27.  
  28.   ・  (Win32) Picture: NewPicture -- 24bit pictures are supported (Win32 only). 
  29.      2bit, and 32bit Device Independant Bitmaps 
  30.      (or DIBs) aren't supported by Windows.
  31.  
  32.   ・  (Win32) Picture: NewPicture -- 4bit Win32 pictures now in color, uses Mac 
  33.      standard 16 color palette.
  34.  
  35. This release contains the following optimizations:
  36.   ・  (All) Listbox: AddRow and RemoveRow now perform up to 10X faster.
  37.  
  38. The following bugs were fixed in this release:
  39.   ・  (Win32) Bevel buttons value returns the correct value in code.
  40.  
  41.   ・  (Win32) Disclosure triangles value returns the correct value in code.
  42.  
  43.   ・  (Win32) Edit field: Single line now refresh correctly on winNT.
  44.  
  45.   ・  (Win32) Placards now update when their value is set in code.
  46.  
  47.   ・  (Win32) PopUp arrows facings can be set in code.
  48.  
  49.   ・  About Box: layout has been slightly altered to better accomodate the 
  50.      Japanese version. 
  51.  
  52.   ・  Events: Using "quit" method now causes Close events to fire, just like 
  53.      Quit menu command.
  54.  
  55.   ・  Sprites: now collide correctly even when straddling X=0 or Y=0.
  56.  
  57.   ・  Strings: InStrB: now does byte-oriented, case-sensitive search (previously 
  58.      was equivalent to InStr).
  59.  
  60.   ・  Strings: InStr, InStrB: fixed a minor bug with return value of 
  61.      InStr(s, "") (and same for InStrB).
  62.  
  63. The following known issues still exist in this release:
  64.   ・  (Win32) Edit field: Single line colors do not work - styled multiline can 
  65.      be used instead.
  66.  
  67.   ・  (Win32) DisclosureTriangles and PopUpArrows do not refresh correctly 
  68.      unless self.refresh is used.
  69.